string indexing meaning in Chinese
串索引
Examples
- Enables access to a member of the collection by string index
允许通过字符串索引访问集合成员。 - Also , avoid passing long - string indexes as var parameters , because this results in inefficient code
同样,回避使用长字符串作为变量参数,因为会导致无效的代码。 - Indexed property that enables access to a single member of the collection by integer or string index
Groupcollection . item属性允许通过整数索引或字符串索引访问集合的单个成员的索引属性。 - The thesis uses four index files to complete the content index & structure index : chinese character index , english string index , element index and attribute index . the thesis first gives the pre - post node labeling method , then puts forward the tree - adjacent table , transforms the dom - tree into tree - adjacent table , in the last creates element index and attribute index from tree - adjacent table
针对结构索引的建造,本文首先阐明了前序一后序节点标号法,然后提出了树邻接表的概念,并给出了把dom树转换为树邻接表的办法;最后对树邻接表进行前序-后序遍历,得到每个节点的标号,并组装成结构索引文件。